home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00015_dim covers script.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  238 b   |  12 lines

  1. property s, mycategory
  2. global viewby
  3.  
  4. on beginSprite me
  5.   s = me.spriteNum
  6.   mycategory = word 2 of the name of member the memberNum of sprite s
  7. end
  8.  
  9. on prepareFrame me
  10.   sprite(s).visible = not (rollOver(s) or (viewby = mycategory))
  11. end
  12.